home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / scheme / pcscheme / ti / pcscm3_3 / memory.bat < prev    next >
Encoding:
DOS Batch File  |  1988-06-07  |  387 b   |  17 lines

  1. ECHO OFF
  2. MEMTYPE
  3. IF NOT ERRORLEVEL 3 GOTO NEXT1
  4. ECHO Your computer contains both expanded and extended memory.
  5. GOTO END
  6. :NEXT1
  7. IF NOT ERRORLEVEL 2 GOTO NEXT2
  8. ECHO Your computer contains expanded memory.
  9. GOTO END
  10. :NEXT2
  11. IF NOT ERRORLEVEL 1 GOTO NEXT3
  12. ECHO Your computer contains extended memory.
  13. GOTO END
  14. :NEXT3
  15. ECHO Your computer contains only conventional memory.
  16. :END
  17.